home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 46
/
PC Gamer IT CD 46 2-2.iso
/
Nba
/
NBA2000.exe
/
CABFILE
/
IDR_CABFILE
/
Data
/
UIScript
/
SingGame
/
NAVBAR.UI
< prev
next >
Wrap
Text File
|
1999-04-12
|
5KB
|
220 lines
"2D\UI\NavBar"
//********************************
// Data Container
//********************************
DataContainer {
Int "SingleNavBarCurrentScreen" {
RadioGroup "SingleNavBar";
InitialValue 1;
};
Int "SingleNavBarTeamSelectButton"
{
CheckButton "SingleNavBarTeamSelect";
};
Int "SetTeamTempVariable"
{
InitialValue 0;
};
};
//********************************
// Images
//********************************
Image "SingleGameFirstEnabled" {
Filename "firste";
};
Image "SingleGameFirstPushed" {
Filename "firstp";
};
Image "SingleGameFirstFocused" {
Filename "firstf";
};
Image "SingleGameMidEnabled" {
Filename "middlee";
Position [0,-30];
};
Image "SingleGameMidFocused" {
Filename "middlef";
Position [0,-20];
};
Image "SingleGameMidPushed" {
Filename "middlep";
};
Image "SingleGameMidArmed" {
Filename "middleA";
};
Image "SingleGameMidPushedandArmed" {
Filename "middlepa";
};
Image "SingleGameEndEnabled" {
Filename "ende";
Position [0,-30];
};
Image "SingleGameEndFocused" {
Filename "endf";
Position [0,-20];
};
Image "SingleGameEndPushed" {
Filename "endp";
};
Image "SingleGameEndArmed" {
Filename "enda";
};
Image "SingleGameEndPushedandArmed" {
Filename "endpa";
};
//********************************
// Fonts
//********************************
Font "SingleGameFontEnabled" {
Filename "fonte";
Translate " ABCDEFGHIJKLMNOPQRSTUVWXYZ";
Kerning 0;
};
Font "SingleGameFontFocused" {
Filename "fontf";
Translate " ABCDEFGHIJKLMNOPQRSTUVWXYZ";
Kerning 0;
};
Font "SingleGameFontPushed" {
Filename "fontp";
Translate " ABCDEFGHIJKLMNOPQRSTUVWXYZ";
Kerning 1;
};
Font "SingleGameFontArmed" {
Filename "fontf";
Translate " ABCDEFGHIJKLMNOPQRSTUVWXYZ";
Kerning 0;
};
Font "SingleGameFontPushedandArmed" {
Filename "fontpa";
Translate " ABCDEFGHIJKLMNOPQRSTUVWXYZ";
Kerning 0;
};
//********************************
// Styles
//********************************
ButtonStyle "SingleNavBarFirst" {
Enabled Image "SingleGameFirstEnabled";
Focused Image "SingleGameFirstFocused";
Pushed Image "SingleGameFirstPushed";
Enabled Font "SingleGameFontEnabled";
Focused Font "SingleGameFontFocused";
Pushed Font "SingleGameFontPushed";
};
ButtonStyle "SingleNavBarMiddle" {
Enabled Image "SingleGameMidEnabled";
Focused Image "SingleGameMidFocused";
Pushed Image "SingleGameMidPushed";
Armed Image "SingleGameMidArmed";
PushedAndArmed Image "SingleGameMidPushedandArmed";
Enabled Font "SingleGameFontEnabled";
Focused Font "SingleGameFontFocused";
Pushed Font "SingleGameFontPushed";
Armed Font "SingleGameFontArmed";
PushedandArmed Font "SingleGameFontPushedandArmed";
};
ButtonStyle "SingleNavBarEnd" {
Enabled Image "SingleGameEndEnabled";
Focused Image "SingleGameEndFocused";
Pushed Image "SingleGameEndPushed";
Armed Image "SingleGameEndArmed";
PushedAndArmed Image "SingleGameEndPushedandArmed";
Enabled Font "SingleGameFontEnabled";
Focused Font "SingleGameFontFocused";
Pushed Font "SingleGameFontPushed";
Armed Font "SingleGameFontArmed";
PushedandArmed Font "SingleGameFontPushedandArmed";
};
//********************************
// Buttons
//********************************
CheckButton "SingleNavBarStartup" {
ButtonStyle "SingleNavBarFirst";
Position [0, 538];
String "STARTUP" {
Justify CenterCenter;
Position [69, 57];
};
Clicked Action {
Goto Group Global "Startup";
};
Armed Action {
SetData "SingleNavBarCurrentScreen" 1;
};
Armed Action DatabaseSetTeamID HomeTeam "SetTeamTempVariable";
Armed Action DatabaseSetTeamID VisitorTeam "SetTeamTempVariable";
};
CheckButton "SingleNavBarTeamSelect" {
ButtonStyle "SingleNavBarMiddle";
Position [137, 582];
String "TEAMSELECT" {
Justify CenterCenter;
Position [70, 12];
};
};
CheckButton "SingleNavBarSportsPages" {
ButtonStyle "SingleNavBarMiddle";
Position [274, 582];
String "SPORTSPAGES" {
Justify CenterCenter;
Position [70, 12];
};
};
CheckButton "SingleNavBarCoaching" {
ButtonStyle "SingleNavBarMiddle";
Position [411, 582];
String "COACHING" {
Justify CenterCenter;
Position [70, 12];
};
DisArmed Action SaveCurrHomeStrategySettings "HomeTeamSelection";
DisArmed Action SaveCurrAwayStrategySettings "VisitorTeamSelection";
};
CheckButton "SingleNavBarUserControl" {
ButtonStyle "SingleNavBarEnd";
Position [548, 582];
String "USERCONTROL" {
Justify CenterCenter;
Position [58, 12];
};
};
//********************************
// Groups
//********************************
RadioGroup "SingleNavBar" {
Root;
Position [0, 0];
Children {
CheckButton "SingleNavBarStartup";
CheckButton "SingleNavBarTeamSelect";
CheckButton "SingleNavBarSportsPages";
CheckButton "SingleNavBarCoaching";
CheckButton "SingleNavBarUserControl";
};
};